home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / qw10add.zip / DOS40BUG.TEC < prev    next >
Text File  |  1988-08-19  |  2KB  |  53 lines

  1. Quarterdeck Office Systems
  2. Technical Note - August 19, 1988
  3.  
  4.                     ATTENTION - READ THIS !
  5.  
  6.                  Compatibility with IBM DOS 4.0
  7.  
  8. We have tested DESQview 2.01 with IBM's PC-DOS 4.00 and found them 
  9. to be compatible. In addition, we have tested DESQview 2.01 with the 
  10. DOS 4.00 shell and found that you can use the shell to load DESQview 
  11. or alternatively you can call up the DOS 4.00 shell inside a DESQview 
  12. window.
  13.  
  14.               *** DOS 4.00 EXPANDED MEMORY BUG ***
  15.  
  16. Our tests of DOS 4.0 have revealed, however, a serious bug in the 
  17. DOS 4.00 expanded memory /X option. This bug can cause DOS 4.00 to 
  18. corrupt files or entire directories when running programs that use 
  19. expanded memory. The problem arises when using the DOS 4.00 /X option 
  20. with the BUFFERS, FASTOPEN and VDISK commands.
  21.  
  22. *
  23. DOS 4.0 makes assumptions that are fundamentally inconsistent with 
  24. standard EMS 4.0 (Lotus/Intel/Microsoft expanded memory specification 
  25. version 4.0) usage. EMS 4.0 contains functions for saving and restoring 
  26. the entire memory mapping context.  Programs that need to change the 
  27. memory map use these functions to save the current map, map in whatever 
  28. memory they need, and then restore the original map.  These functions 
  29. change the entire map, including the pages of memory being used by 
  30. the DOS 4.0 /X option.  DOS 4.00, however, assumes that the map for 
  31. its pages never changes.  The result is that DOS gets confused about 
  32. which buffers are currently in memory and corrupts the file data and/or 
  33. directory data that is buffered.
  34.  
  35. As a result of our tests, we recommend that you do NOT use the /X 
  36. option when using expanded memory application programs or DESQview. 
  37.  
  38.  
  39. It is our understanding that IBM will be fixing the problem and making 
  40. a fix available to dealers. Until then, you risk losing files and 
  41. data when you use the /X option.
  42.  
  43. *
  44. /**** SYSOP COMMENT:  We make no special recommendations as to 
  45. the version of DOS we believe is best.  DOS 4.0 seems to run well 
  46. with DESQview and otherwise.  It has a number of features, the 
  47. best of which is that it can address more than 32 meg in a single 
  48. disk partition.  The worst feature, other than the bug mentioned 
  49. above which can be avoided, is that it takes about 10K more than 
  50. DOS 3.3 ****/
  51.  
  52.              * * *   E N D   O F   F I L E    * * * 
  53. *